home *** CD-ROM | disk | FTP | other *** search
/ C/C++ 3D Game Tools / C-C++ 3D Game Tools.iso / ziptools / arj / av305.arj / AV.DOC < prev    next >
Encoding:
Text File  |  1993-04-05  |  2.8 KB  |  74 lines

  1. AV.DOC
  2. 04/05/93
  3.  
  4. The AV.EXE program shows a directory of one or more archive files (ZIP, ZOO,
  5. etc), typically in a full-page mode.  The directory is limited to information
  6. about the name of the original file, its creation date and time, its original
  7. and current size, its compression ratio, and its method of compression.
  8.  
  9. You can page up and page down through the directory listing.  The program also
  10. allows you to reset the date of the archive being displayed to be the latest
  11. date in the archive.
  12.  
  13. When viewing a screen's worth of information, the choice is typically:
  14.  
  15.         PgDn    view the next screen's worth
  16.         PgUp    view the previous screen's worth
  17.         Esc     go to the next archive file (if any, else quit)
  18.         Quit    return to DOS
  19.         Date    update the archive date
  20.         Sort    change the sort order for this and subsequent files;
  21.                 you're prompted for "BY?" and you should enter either
  22.                 "-x" or "x" (see below) or press Esc to get out of this:
  23.                 the archive is reread after you ask to re-sort it
  24.  
  25. The program currently cannot handle any archives with over 1,000 members.
  26.  
  27.  
  28.  
  29. Syntax:
  30.  
  31.     AV filespec [ /P | /-P ] [ /Ox | /O-x ] [ /? ]
  32.  
  33. where:
  34.  
  35. "filespec" is the file specification to process.  Can include drive, path, and
  36. wildcards if desired.
  37.  
  38. "/P" says to view the directory in page mode.  This is the default but you can
  39. change this setting using the program CONFIGWS.EXE.  The default is
  40. automatically /-P (which can't be overridden) if redirection ("AV ... >
  41. filename") is used.
  42.  
  43. "/-P" says to view the directory not in page mode.  This prevents you from being
  44. offered the fix-date option as well.  This mode is automatic if redirection ("AV
  45. ... > filename") is used.
  46.  
  47. "/Ox" and "/O-x" allow you to specify the display order for the files.  "x" can
  48. be one of the following:
  49.  
  50.         N = file name
  51.         D = file date and time
  52.         S = file size of the original (non-compressed) file
  53.         O = original order (no sorting)
  54.  
  55. If you precede the "x" with a dash ("-"), the sort will be done in reverse
  56. order.  Defaults to /OO but this can be altered using CONFIGWS.EXE.
  57.  
  58. "/?" or "/HELP" or "HELP" shows you the syntax for the command.
  59.  
  60.  
  61. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  62. provided relevant documentation is kept with the program, no changes are made to
  63. the program or documentation, and it is not bundled with commercial programs or
  64. charged for separately.  People who need to bundle it in for-sale packages must
  65. pay a $50 registration fee to "Wayne Software" at the following address.
  66. Comments and suggestions can also be sent to:
  67.  
  68.                 Bruce Guthrie
  69.                 Wayne Software
  70.                 113 Sheffield St.
  71.                 Silver Spring, MD 20910
  72.  
  73.                 fax: (301) 588-8986
  74.